This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~George Rehipipulgon 22.Jan.04 08:37 PM a Web browser Domino Designer6.0.1 CF1Windows 2000
Hi All:
I am trying to extract an attachment from document into the hard drive. I am getting the following error:
"Error : 4005 : Notes error: Access to data denied. (E:\Temp1)"
Here is the relevant code:
Set item = attachdoc.GetFirstItem("$FILE" )
Forall v In item.Values
Messagebox( v )
Set object = attachdoc.GetAttachment(v)
Call object.ExtractFile("E:\Temp1")
End Forall
the code(in a script library) is running in the background and is called from a background agent.